net/http.http2writeResHeaders.trailers (field)

4 uses

	net/http (current package)
		h2_bundle.go#L6527: 			trailers:  rws.trailers,
		h2_bundle.go#L10439: 	trailers    []string // if non-nil, which keys of h to write. nil means all.
		h2_bundle.go#L10473: 	http2encodeHeaders(enc, w.h, w.trailers)
		h2_bundle.go#L10486: 	if len(headerBlock) == 0 && w.trailers == nil {